Use a plain GtkEntry for the filename, not a GtkFileChooserEntry.
authorFederico Mena Quintero <federico@ximian.com>
Tue, 24 Feb 2004 20:30:54 +0000 (20:30 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Tue, 24 Feb 2004 20:30:54 +0000 (20:30 +0000)
commit359748bd2704cf6ba8b8063107a32a692f765cf9
tree13bf5c1cf73b3f0fdb34463dc4f2448a48993959
parenta34e2e0298f6c270c954f610a94dce96ace4b2ee
Use a plain GtkEntry for the filename, not a GtkFileChooserEntry.

2004-02-24  Federico Mena Quintero  <federico@ximian.com>

* gtk/gtkfilechooserdefault.c (save_widgets_create): Use a plain
GtkEntry for the filename, not a GtkFileChooserEntry.
(update_chooser_entry): Use gtk_entry_set_text() rather than
_gtk_file_chooser_entry_set_file_part().
(gtk_file_chooser_default_set_current_name): Likewise.
(gtk_file_chooser_default_set_current_folder): Don't set the base
folder of the entry, and don't call update_chooser_entry().
(gtk_file_chooser_default_get_paths): Use the plain entry.
(save_widgets_create): Store the "Save in Folder" label in the
impl structure.
(expander_activate_cb): Set the sensitivity of the label and
combo.
(save_widgets_create): Connect to "notify::expanded" rather than
"activate" on the expander.
(expander_changed_cb): Renamed from expander_activate_cb().  Flip
the conditions again...
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilechooserdefault.c